home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.poz == "d")
- {
- if(_root.draglej == 51)
- {
- _root.stopdragall();
- _root.ii51 = 2;
- _root.venca.gotoAndPlay("strom");
- _root.hideall();
- }
- else if(0 < _root.draglej)
- {
- if(eval("_root.mon_062_i" add _root.draglej add "_100") == undefined)
- {
- _root.d_venca.l = "mon_062_iundef_100";
- _root.d_venca.i = "go";
- }
- else
- {
- _root.d_venca.l = "mon_062_i" add _root.draglej add "_100";
- _root.d_venca.i = "go";
- }
- _root.stopdragall();
- _root.hideall();
- }
- else
- {
- _root.d_venca.l = "mon_062_100";
- _root.d_venca.i = "go";
- _root.stopdragall();
- _root.hideall();
- }
- }
- else
- {
- _root.venca.gotoAndPlay(_root.poz add "d");
- _root.stopdragall();
- }
- }
-